type runtime.traceMapNode
13 uses
runtime (current package)
tracemap.go#L53: type traceMapNode struct {
tracemap.go#L80: var newNode *traceMapNode
tracemap.go#L84: n := (*traceMapNode)(m.Load())
tracemap.go#L110: n = (*traceMapNode)(m.Load())
tracemap.go#L122: func (tab *traceMap) newTraceMapNode(data unsafe.Pointer, size, hash uintptr, id uint64) *traceMapNode {
tracemap.go#L132: meta := (*traceMapNode)(unsafe.Pointer(tab.mem.alloc(unsafe.Sizeof(traceMapNode{}))))
tracestack.go#L164: if root := (*traceMapNode)(t.tab.root.Load()); root != nil {
tracestack.go#L171: func dumpStacksRec(node *traceMapNode, w traceWriter, stackBuf []uintptr) traceWriter {
tracestack.go#L211: w = dumpStacksRec((*traceMapNode)(child), w, stackBuf)
tracetype.go#L40: if root := (*traceMapNode)(t.tab.root.Load()); root != nil {
tracetype.go#L47: func dumpTypesRec(node *traceMapNode, w traceWriter) traceWriter {
tracetype.go#L80: w = dumpTypesRec((*traceMapNode)(child), w)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |